home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Music Organizer Deluxe 1.9 / _SETUP.1 / Deluxe.exe / 0 / RCDATA / TCALLDLG / TCALLDLG.txt
Text File  |  2002-05-01  |  5KB  |  172 lines

  1. object CallDlg: TCallDlg
  2.   Left = 276
  3.   Top = 245
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dial'
  6.   ClientHeight = 105
  7.   ClientWidth = 258
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 5
  21.     Width = 93
  22.     Height = 16
  23.     Caption = 'Number To Dial:'
  24.   end
  25.   object DialBtn: TBitBtn
  26.     Left = 92
  27.     Top = 48
  28.     Width = 73
  29.     Height = 27
  30.     Hint = 'Click Here To Cancel Dialing'
  31.     Caption = '&Cancel'
  32.     TabOrder = 1
  33.     Visible = False
  34.     OnClick = DialBtnClick
  35.     Glyph.Data = {
  36.       76010000424D7601000000000000760000002800000020000000100000000100
  37.       04000000000000010000130B0000130B00001000000000000000000000000000
  38.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  39.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  40.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  41.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  42.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  43.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  44.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  45.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  46.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  47.       3333333777333777333333333999993333333333377777333333}
  48.     NumGlyphs = 2
  49.   end
  50.   object CancelBtn: TBitBtn
  51.     Left = 92
  52.     Top = 48
  53.     Width = 73
  54.     Height = 27
  55.     Hint = 'Click Here To Dial The Selected Number'
  56.     Caption = '&Dial'
  57.     TabOrder = 0
  58.     OnClick = CancelBtnClick
  59.     Glyph.Data = {
  60.       76010000424D7601000000000000760000002800000020000000100000000100
  61.       04000000000000010000120B0000120B00001000000000000000000000000000
  62.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  63.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003B3000000000
  64.       003B37F77777777777F73BB09111111110BB3777F3F3F3F3F777311098080808
  65.       10B33777F7373737377313309999999910337F373F3F3F3F3733133309808089
  66.       03337F3373737373733313333099999033337FFFF7FFFFF7FFFFB011B0000000
  67.       BBBB7777777777777777B01110BBBBB0BBBB77F37777777777773011108BB333
  68.       333337F337377F3FFFF33099111BB3010033373F33777F77773F331999100101
  69.       11033373FFF77773337F33300099991999033337773FFFF33373333BB7100199
  70.       113333377377773FF7F333BB333BB7011B33337733377F7777FF3BB3333BB333
  71.       3BB3377333377F33377FBB33333BB33333BB7733333773333377}
  72.     NumGlyphs = 2
  73.   end
  74.   object Panel2: TPanel
  75.     Left = 0
  76.     Top = 86
  77.     Width = 258
  78.     Height = 19
  79.     Align = alBottom
  80.     BevelInner = bvLowered
  81.     TabOrder = 2
  82.     object Label2: TLabel
  83.       Left = 2
  84.       Top = 2
  85.       Width = 254
  86.       Height = 15
  87.       Align = alClient
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'Arial'
  92.       Font.Style = []
  93.       ParentFont = False
  94.     end
  95.   end
  96.   object Edit1: TEdit
  97.     Left = 8
  98.     Top = 21
  99.     Width = 241
  100.     Height = 24
  101.     Hint = 'Phone Number to Dial - can be modified'
  102.     ParentShowHint = False
  103.     ShowHint = True
  104.     TabOrder = 3
  105.   end
  106.   object CloseBtn: TBitBtn
  107.     Left = 172
  108.     Top = 48
  109.     Width = 77
  110.     Height = 27
  111.     Hint = 'Click here to Close the Dial dialog box'
  112.     Caption = 'C&lose'
  113.     ParentShowHint = False
  114.     ShowHint = True
  115.     TabOrder = 4
  116.     OnClick = CloseBtnClick
  117.     Kind = bkOK
  118.     Margin = 2
  119.     Spacing = -1
  120.   end
  121.   object Timer2: TTimer
  122.     Enabled = False
  123.     OnTimer = Timer2Timer
  124.     Left = 112
  125.     Top = 65528
  126.   end
  127.   object ApdComPort1: TApdComPort
  128.     ComNumber = 1
  129.     TraceName = 'APD.TRC'
  130.     LogName = 'APD.LOG'
  131.     Left = 144
  132.     Top = 65528
  133.   end
  134.   object ApdModem1: TApdModem
  135.     ComPort = ApdComPort1
  136.     InitCmd = 'ATZ^M'
  137.     DialCmd = 'ATDT'
  138.     DialTerm = '^M'
  139.     DialCancel = '^M'
  140.     HangupCmd = '+++~~~ATH0^M'
  141.     ConfigCmd = 'ATE1Q0X1V1^M'
  142.     AnswerCmd = 'ATA^M'
  143.     OkMsg = 'OK'
  144.     ConnectMsg = 'CONNECT'
  145.     BusyMsg = 'BUSY'
  146.     VoiceMsg = 'VOICE'
  147.     NoCarrierMsg = 'NO CARRIER'
  148.     NoDialToneMsg = 'NO DIALTONE'
  149.     ErrorMsg = 'ERROR'
  150.     RingMsg = 'RING'
  151.     LockDTE = True
  152.     Left = 176
  153.     Top = 65528
  154.   end
  155.   object ApdModemDialer1: TApdModemDialer
  156.     Modem = ApdModem1
  157.     MaxDialTries = 99
  158.     RetrySecs = 2
  159.     DialerOptions = [mdAbortOnNoDialtone, mdAbortOnError]
  160.     OnRetryEnd = ApdModemDialer1RetryEnd
  161.     OnDialStart = ApdModemDialer1DialStart
  162.     OnConnect = ApdModemDialer1Connect
  163.     OnBusy = ApdModemDialer1Busy
  164.     OnVoice = ApdModemDialer1Voice
  165.     OnError = ApdModemDialer1Error
  166.     OnNoDialTone = ApdModemDialer1NoDialTone
  167.     OnTooManyTries = ApdModemDialer1TooManyTries
  168.     Left = 208
  169.     Top = 65528
  170.   end
  171. end
  172.